Class Table<T>
Represents a table in the WebAssembly module.
Assembly: WaaS.Core.dll
View Source
Declaration
public class Table<T> : Table, IExternal
Inheritance: System.Object
-> WaaS.Runtime.Table
Implements:
WaaS.Runtime.IExternal
Properties
Elements
View Source
Declaration
public Span<T> Elements { get; }